How to get IntPtr from byte[] in C#

Posted by netseng on Stack Overflow See other posts from Stack Overflow or by netseng
Published on 2009-02-11T16:23:38Z Indexed on 2010/05/20 19:20 UTC
Read the original article Hit count: 222

Filed under:
|
|

Hi All,

I want to pass a byte[] to a method takes a IntPtr Parameter in c#, is that possible and how.

Thanks All

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET